golang.org/x/exp/apidiff.Report.messages (method)

4 uses

	golang.org/x/exp/apidiff (current package)
		report.go#L20: func (r Report) messages(compatible bool) []string {
		report.go#L47: 		return r.writeMessages(w, "Incompatible changes:", r.messages(false))
		report.go#L49: 	return r.writeMessages(w, "", r.messages(false))
		report.go#L53: 	return r.writeMessages(w, "Compatible changes:", r.messages(true))